home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / fltnclok / about.frm next >
Text File  |  1995-05-08  |  4KB  |  122 lines

  1. VERSION 2.00
  2. Begin Form about 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About Floating Clock"
  5.    ClientHeight    =   3840
  6.    ClientLeft      =   3975
  7.    ClientTop       =   2595
  8.    ClientWidth     =   4905
  9.    ClipControls    =   0   'False
  10.    ControlBox      =   0   'False
  11.    Height          =   4245
  12.    Left            =   3915
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    MousePointer    =   1  'Arrow
  17.    ScaleHeight     =   3840
  18.    ScaleWidth      =   4905
  19.    Top             =   2250
  20.    Width           =   5025
  21.    Begin PictureBox Picture1 
  22.       BorderStyle     =   0  'None
  23.       Height          =   495
  24.       Left            =   120
  25.       Picture         =   ABOUT.FRX:0000
  26.       ScaleHeight     =   495
  27.       ScaleWidth      =   495
  28.       TabIndex        =   1
  29.       Top             =   120
  30.       Width           =   495
  31.    End
  32.    Begin CommandButton Command1 
  33.       Caption         =   "OK"
  34.       Height          =   495
  35.       Left            =   1920
  36.       TabIndex        =   0
  37.       Top             =   2760
  38.       Width           =   1215
  39.    End
  40.    Begin Label Label7 
  41.       Caption         =   "P.S.  Thanks, Rat Loaf@AOL.COM for the on-top code"
  42.       Height          =   255
  43.       Left            =   120
  44.       TabIndex        =   8
  45.       Top             =   3480
  46.       Width           =   4695
  47.    End
  48.    Begin Label Label6 
  49.       Alignment       =   2  'Center
  50.       Caption         =   "INTERNET: JClementJr@aol.com"
  51.       Height          =   255
  52.       Left            =   0
  53.       TabIndex        =   7
  54.       Top             =   2040
  55.       Width           =   4935
  56.    End
  57.    Begin Label Label5 
  58.       Alignment       =   2  'Center
  59.       Caption         =   "Your Comments, As Always, Are Appreciated!"
  60.       Height          =   255
  61.       Left            =   120
  62.       TabIndex        =   6
  63.       Top             =   2400
  64.       Width           =   4695
  65.    End
  66.    Begin Label Label4 
  67.       Alignment       =   2  'Center
  68.       Caption         =   "For more information, please feel free to contact the author at the following address:"
  69.       Height          =   495
  70.       Index           =   0
  71.       Left            =   0
  72.       TabIndex        =   5
  73.       Top             =   1560
  74.       Width           =   4935
  75.       WordWrap        =   -1  'True
  76.    End
  77.    Begin Label Label3 
  78.       Alignment       =   2  'Center
  79.       Caption         =   "Introduced as Freeware Aug. 29, 1994."
  80.       FontBold        =   -1  'True
  81.       FontItalic      =   0   'False
  82.       FontName        =   "MS Sans Serif"
  83.       FontSize        =   12
  84.       FontStrikethru  =   0   'False
  85.       FontUnderline   =   0   'False
  86.       Height          =   375
  87.       Left            =   120
  88.       TabIndex        =   4
  89.       Top             =   1080
  90.       Width           =   4815
  91.    End
  92.    Begin Label Label2 
  93.       Alignment       =   2  'Center
  94.       Caption         =   "by JAMES CLEMENT, JR."
  95.       Height          =   255
  96.       Left            =   240
  97.       TabIndex        =   3
  98.       Top             =   720
  99.       Width           =   4455
  100.    End
  101.    Begin Label Label1 
  102.       Alignment       =   2  'Center
  103.       Caption         =   "Floating Clock"
  104.       FontBold        =   -1  'True
  105.       FontItalic      =   0   'False
  106.       FontName        =   "MS Sans Serif"
  107.       FontSize        =   24
  108.       FontStrikethru  =   0   'False
  109.       FontUnderline   =   0   'False
  110.       Height          =   615
  111.       Left            =   360
  112.       TabIndex        =   2
  113.       Top             =   120
  114.       Width           =   4335
  115.    End
  116. End
  117. Sub Command1_Click ()
  118. about.Hide
  119.  
  120. End Sub
  121.  
  122.